home *** CD-ROM | disk | FTP | other *** search
- /* $VER: PC230 40.4 (21.3.99)
- *
- * 230MB MO file system entry, for AT-HD type MS-DOS disks.
- *
- * This file enables CrossDOSFileSystem on a 230MB MO disk cartridge that
- * contains a single partition.
- *
- */
-
- /* 230MB MO disks have 446325 512-byte sectors. But 13888*32 = 444416, so not
- * all disk space is used. I assume this is the normal situation for AT-HD type
- * 230MB MO disks. */
-
- FileSystem = L:CrossDOSFileSystem
- Flags = 0
- Surfaces = 1
- BlocksPerTrack = 32
- SectorsPerBlock = 1
- SectorSize = 512
- Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
- MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
- Reserved = 2
- Interleave = 0
- LowCyl = 1
- HighCyl = 13887
- Buffers = 128 /* Number of 512-byte filesystem buffers */
- BufMemType = 1
- DosType = 0x4D534400
- StackSize = 4000
- Priority = 10
- GlobVec = -1
-
- /* The Device and Unit fields are controlled by tooltypes in the PC230 icon.
- *
- * Device = scsi.device
- * Unit = 4
- */
-